home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 Reader Awards
/
macformat-098.iso
/
MF Data
/
Behaviours
/
00047_Script_interarchy
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-11-01
|
257 b
|
12 lines
on mouseEnter
put the text of member("interarchy","Texts") into member ("InfoText","Texts")
end
on mouseDown
global gMFCDNo
open gMFCDNo & ":internet:interarchy 3.8"
end
on mouseLeave
put empty into member("InfoText","Texts")
end